device driver
英 [dɪˈvaɪs ˈdraɪvə(r)]
美 [dɪˈvaɪs ˈdraɪvər]
设备驱动程序
英英释义
noun
- (computer science) a program that determines how a computer will communicate with a peripheral device
双语例句
- A multi-pathing subsystem device driver ( SDD) was installed.
安装了一个多路径子系统设备驱动程序(SDD)。 - Design and Implementation of Ethernet Device Driver In Embedded Linux
嵌入式linux中以太网设备驱动的设计与实现 - At initialization time, a device driver allocates a net_device structure and then initializes it with its necessary routines.
在进行初始化时,设备驱动程序会分配一个netdevice结构,然后使用必须的程序对其进行初始化。 - These kernel threads should be destroyed in the close of the device driver.
这些内核线程应该在设备驱动程序的close函数中进行销毁。 - This device driver should perform some diagnostics of the device itself.
这个设备驱动程序需要对设备本身执行一些诊断操作。 - Also, you can use friendly name if your device driver supports it.
此外,如果您的设备驱动程序支持,则可以使用友好的名称。 - Study and Development of Embedded Linux Device Driver
嵌入式Linux设备驱动程序的研究与开发 - Fixed an issue where the device driver was still displayed in Device Manager even after uninstalled.
修复了卸载了摄像头驱动之后,设备管理器中仍然显示设备驱动信息的问题。 - Enabled universal TUN/ TAP device driver support in the kernel to support opening a VPN connection.
启用通用TUN/TAP设备设备在内核中的驱动来支持支持打开VPN连接。 - This particular device driver is meant for an embedded system where you may not have much sophisticated debugging environment.
这个设备驱动程序是为一个嵌入式系统开发的,在这种系统上并没有很好的调试环境。